type github.com/go-pg/pg/v10/orm.tableInProgress

7 uses

	github.com/go-pg/pg/v10/orm (current package)
		tables.go#L13: type tableInProgress struct {
		tables.go#L20: func newTableInProgress(table *Table) *tableInProgress {
		tables.go#L21: 	return &tableInProgress{
		tables.go#L26: func (inp *tableInProgress) init1() bool {
		tables.go#L35: func (inp *tableInProgress) init2() bool {
		tables.go#L60: 	inProgress map[reflect.Type]*tableInProgress
		tables.go#L65: 		inProgress: make(map[reflect.Type]*tableInProgress),